16. Labeling Images With ALT Text

Labeling Images With alt Text

Writing semantic HTML: Text Alternatives

For the following exercise, consider the following image of a webpage (as seen in the previous video):

For each of the labeled portions of the page, provide some alternate text where necessary, and a blank alt attribute otherwise.

QUESTION:

Provide some alternate text (if necessary) for the space labeled (A)

SOLUTION:

NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer

QUESTION:

Provide some alternate text (if necessary) for the space labeled (B)

SOLUTION:

NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer

QUESTION:

Provide some alternate text (if necessary) for the space labeled (C)

SOLUTION:

NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer

QUESTION:

Provide some alternate text (if necessary) for the space labeled (D)

SOLUTION:

NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer

QUESTION:

Provide some alternate text (if necessary) for the space labeled (E)

SOLUTION:

NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer

Solution

Writing semantic HTML: Text Alternatives